Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.comment.widgets--actions

This contribution is part of XML component org.nuxeo.ecm.platform.comment.widgets inside nuxeo-platform-comment-web-9.10.jar /OSGI-INF/widgets-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="summary_document_comments_count" order="30" type="widget">
          <category>SUMMARY_INDICATORS</category>
          <filter-id>commentable</filter-id>
          <filter-id>mutable_document</filter-id>
          <filter-id>not_anonymous</filter-id>
          <properties>
            <property name="widgetName">document_comments_count</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action id="summary_document_comments_count" order="30" type="widget">
      <category>SUMMARY_INDICATORS</category>
      <filter-id>commentable</filter-id>
      <filter-id>mutable_document</filter-id>
      <filter-id>not_anonymous</filter-id>
      <properties>
        <property name="widgetName">document_comments_count</property>
      </properties>
    </action>

  </extension>